Revision History The following changes/additions were made in internal build 10/5/95 Add paged.scr file script 10/15/95 Wrote PM Pager - Standalone and Client in one program: pmpage.exe You can run pmpage by it self or run paged and use pmpage to queue pages. Add pm window code to comm code 10/17/95 Changed paged.ini file name to page.ini Changed paged.scr file name to page.scr 10/30/95 Changed version to 1.0 Rel. 2 and released. 11/02/95 When done with now list entry it is zeroed out. 11/05/95 Fixed bug in pageing script. If useing the script option it will only page one person per call. Fixed delay problem when multiple pages are queue in scrip mode. Fixed modem baud rate problem in script dialing 11/05/95 Changed version to 1.0 Rel. 3 and released. 11/06/95 Fixed the problem with appending old messages to new ones. This would only happen with the UNREGISTERED version. Changed version to 1.0 Rel. 4 and released. 11/07/95 Add comm shareing. Now caller id for os/2 and pageos2 can share a modem. 11/13/95 New ini file layout. PagerSystemsSection [Numeric] ModemInitString = "AT Z" Port = "COM1" Baud = 1200 Parity = None DataBits = 8 StopBits = 1 [Name of System 1] ModemInitString = "AT Z" Port = "COM1" Baud = 1200 Parity = None DataBits = 8 StopBits = 1 SystemPhoneNumber = "690-1234" SystemType = Tap|Script ScriptFileName = "c:\pageos2\systema.src" [Name of System 2] ModemInitString = "AT Z" Port = "COM1" Baud = 1200 Parity = None DataBits = 8 StopBits = 1 SystemPhoneNumber = "690-1234" SystemType = Tap|Script ScriptFileName = "c:\pageos2\systemb.src" NameSection [Bob Smith] PageID = "630-2222" PagerType = Numeric|Alphanumeric SystemName = "Name of System" [Mr. Bill] PageID = "630-1122" PagerType = Numeric|Alphanumeric SystemName = "Name of System" GroupSection [Group Name 1] Name = "Bob Smit" Name = "Mr. Bill" [Group Name 2] Name = "Some ones name" Name = "Some one else" 12/11/95 Added Simple network paging protocol(SNPP) server. It uses warps TCP/IP sockets. It is a os/2 text based program that sends name pipe messages to paged.exe. The program is multi threaded and will let mutiple TCP/IP SNPP clients connect at the same time. Added Simple network paging protocol(SNPP) client. It uses Warps TCP/IP sockets. It is a OS/2 PM based program that sends paging data to a TCP/IP SNPP server. 1/04/96 Add registration programs. Windows version(WINREG.EXE) and OS/2 version(PMREG.EXE). Both programs will update both INI file formats. 1/05/96 Added Simple network paging protocol(SNPP) client. It uses Windows Winsock DLL. It is a Windows based program that sends paging data to a TCP/IP SNPP server. 1/06/96 Changed version to 1.4 Rel. 1 and released. 1/10/96 On slow 386 systems the SNPPD server does not get cpu time. Fixed by uping the priority. On the OS/2 PM snpp client if you cancel the page you can not send any more pages. The task must be restarted to work again. This has been Fixed. 2/06/96 Added a OS/2 command line SNPP client. 2/11/96 Fixed SNPP server not logging errors if it can not send a page message to the paging server. Fixed SNPP command line and PM client to report errors. Added def file to SNPP command line client. 3/20/96 Added real TAP, SystemType = Tap. The manual mode tap is still there to access it use SystemType = TapM 3/22/96 Changed version to 1.5 Rel. 1 and released.